home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
001339_daemon _Wed Jun 16 22:25:19 1993.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
2KB
Received: by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA25837; Wed, 16 Jun 93 22:25:22 MET DST
Return-Path: <guido@cwi.nl>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA25833; Wed, 16 Jun 93 22:25:19 MET DST
Received: from charon.cwi.nl by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA19440; Wed, 16 Jun 1993 22:47:30 +0200
Received: from voorn.cwi.nl by charon.cwi.nl with SMTP
id AA20567 (5.65b/3.8/CWI-Amsterdam); Wed, 16 Jun 1993 22:47:26 +0200
Received: by voorn.cwi.nl with SMTP
id AA18048 (5.65b/3.8/CWI-Amsterdam); Wed, 16 Jun 1993 22:47:24 +0200
Message-Id: <9306162047.AA18048=guido@voorn.cwi.nl>
To: Dudu Rashty +972-2-584848 <RASHTY%HUJIVMS.BITNET@relay.nluug.nl>
Cc: www-talk@nxoc01.cern.ch
Subject: Re: GNU-info files under WWW
In-Reply-To: Your message of "Wed, 16 Jun 1993 22:24:00 MDT."
<16060093222410@HUJIVMS>
From: Guido.van.Rossum@cwi.nl
X-Organization: CWI (Centrum voor Wiskunde en Informatica)
X-Address: P.O. Box 4079, 1009 AB Amsterdam, The Netherlands
X-Phone: +31 20 5924127 (work), +31 20 6225521 (home), +31 20 5924199 (fax)
Date: Wed, 16 Jun 1993 22:47:24 +0200
Sender: Guido.van.Rossum@cwi.nl
> Has anybody written a server for displaying GNU-info files under WWW?
> Or anything to convert GNU-info to html.
I'm not sure if this fits your bill (since texinfo is one step removed
from plain info), but it won't hurt advertising this piece of code again:
I have written a texinfo to html converter in Python. Python is an
object-oriented interpreted language (also written by me). The html
converter is part of the Python source distribution (in demo/www); you
can ftp this distribution from ftp.cwi.nl, directory pub/python, file
python0.9.8.tar.Z. It runs on most UNIX platforms.
If you have a Sparc or SGI platform, I can make a binary of just the
texinfo-to-html program available for you; this would save you the
trouble of building Python just to run the script, but means you can't
modify the program (the html it generates may need some
customization). Let me know if you're interested in this.
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>